TypeScript Weekly

Newsletter Image

Messages

11/5/2021
0 : 44

TypeScript 4.5 RC, Type or Treat Challenges

TypeScript Weekly Issue #179 — November 4, 2021 Announcing TypeScript 4.5 RC The release candidate of TypeScript 4.5 has been released. It implements the Awaited type which improves promise typing,
9/23/2021
19 : 4

Sharing Types Between Repos, Index Signatures

TypeScript Weekly Issue #178 — September 23, 2021 Sharing Types between Backend and Frontend Repos How to keep TypeScript types in sync between a backend and frontend project in different repos, using
9/16/2021
21 : 44

TypeScript 4.4, In Defense of any

TypeScript Weekly Issue #177 — September 16, 2021 Announcing TypeScript 4.4 TypeScript 4.4 has been released and brings control flow analysis of aliased conditions, a new flag for exact optional
8/19/2021
23 : 14

TypeScript 4.4 RC, The First TypeScript Demo

TypeScript Weekly Issue #176 — August 19, 2021 Announcing TypeScript 4.4 RC The release candidate of TypeScript 4.4 is out and brings control flow analysis of aliased conditions, a new flag for exact
8/3/2021
22 : 4

Optional Chaining, Better Readability with TypeScript 4.4

TypeScript Weekly Issue #175 — August 3, 2021 Optional Chaining: The ?. Operator in TypeScript TypeScript 3.7 added support for the ?. operator, also known as the optional chaining operator. We can use
7/19/2021
8 : 24

TypeScript 4.4 Beta, TypeScript and Native ESM in Node

TypeScript Weekly Issue #174 — July 19, 2021 Announcing TypeScript 4.4 Beta The beta of TypeScript 4.4 is out and brings control flow analysis of aliased conditions, a new flag for exact optional
6/24/2021
21 : 24

React 18, Speed Up Compilation with SWC

TypeScript Weekly Issue #173 — June 24, 2021 Speed Up Compilation of Your TypeScript Projects How to speed up the compilation time of your TypeScript projects using the SWC compiler. It's fast!
6/3/2021
21 : 34

TypeScript 4.3, What's new with TypeScript?

TypeScript Weekly Issue #172 — June 3, 2021 Announcing TypeScript 4.3 TypeScript 4.3 is out and brings support for separate write types on properties, the override keyword, template string type
5/20/2021
21 : 54

Setting Up esbuild, Tag Hierarchies via Template Literal Types

TypeScript Weekly Issue #171 — May 20, 2021 Setting up esbuild for TypeScript libraries How to set up the blazingly fast esbuild bundler to compile TypeScript libraries for Node. James Thomas Tag
5/14/2021
3 : 9

TypeScript 4.3 RC, Sources of Unsoundness

TypeScript Weekly Issue #170 — May 13, 2021 Announcing TypeScript 4.3 RC The release candidate of TypeScript 4.3 is out and brings support for separate write types on properties, the override keyword,
4/29/2021
22 : 34

Advanced TypeScript Fundamentals, Converting a Frontend to TypeScript

TypeScript Weekly Issue #169 — April 29, 2021 Hi there! I'm super stoked to announce my new TypeScript course: 7209f980-de4c-462d-bafe-de356617a78e.png Advanced TypeScript Fundamentals Learn the
4/22/2021
21 : 24

TypeScript's Popularity, Migrating DevTools to TypeScript

TypeScript Weekly Issue #168 — April 22, 2021 Type-Checking JavaScript with the TypeScript Team A 1h15m chat with the TypeScript team about type-checking JavaScript code. Jean Yang Migrating DevTools
4/6/2021
22 : 24

TypeScript 4.3 Beta, Project References, TypeScript Notes

TypeScript Weekly Issue #167 — April 6, 2021 Announcing TypeScript 4.3 Beta The beta release of TypeScript 4.3 is out and brings support for the override keyword, truly private class methods and
3/23/2021
23 : 44

New TypeScript Handbook, Immutability in TypeScript

TypeScript Weekly Issue #166 — March 23, 2021 Announcing the New TypeScript Handbook The TypeScript team has released a fresh re-write of the TypeScript Handbook, ramping up the scale, modernity, and
3/4/2021
23 : 34

TypeScript 4.2, Narrow Types in catch Clauses

TypeScript Weekly Issue #165 — March 4, 2021 Announcing TypeScript 4.2 TypeScript 4.2 is out and introduces smarter type alias preservation, leading/middle rest elements in tuple types, and more.
2/16/2021
23 : 44

TypeScript 4.2 RC, TypeScript's Effects on JavaScript

TypeScript Weekly Issue #164 — February 16, 2021 Announcing TypeScript 4.2 RC The release candidate of TypeScript 4.2 is out and introduces smarter type alias preservation, leading/middle rest elements
2/3/2021
0 : 24

Dynamic Static Typing, Fun with Advanced TypeScript

TypeScript Weekly Issue #163 — February 2, 2021 Hi there! First off, apologies for the duplicate email. Today, I learned the hard way that "Fun %20 with %20 advanced %20 TypeScript" is not a
2/2/2021
23 : 34

Dynamic Static Typing, Fun with Advanced TypeScript

TypeScript Weekly Issue #163 — February 2, 2021 Dynamic Static Typing in TypeScript How to formalize the most dynamic JavaScript behavior using TypeScript in a way that we can catch most bugs before
1/26/2021
22 : 44

Deprecating Function Signatures, Low Maintenance Types

TypeScript Weekly Issue #162 — January 26, 2021 Deprecating Function Signatures Using Function Overloads This post explains how to deprecate a specific function signature using TypeScript's
1/15/2021
2 : 27

TypeScript 4.2 Beta, Name Your Generics

TypeScript Weekly Issue #161 — January 13, 2021 Announcing TypeScript 4.2 Beta The beta of TypeScript 4.2 has been released and ships with long-awaited smarter type alias preservation, leading/middle